home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / pd / texte / amigafaq / programmer / pragmas / timer_pragmas.h < prev    next >
C/C++ Source or Header  |  1994-07-28  |  422b  |  17 lines

  1. #ifndef PRAGMAS_TIMER_PRAGMAS_H
  2. #define PRAGMAS_TIMER_PRAGMAS_H
  3.  
  4. #ifndef CLIB_TIMER_PROTOS_H
  5. #include <clib/timer_protos.h>
  6. #endif
  7.  
  8. extern struct Library *TimerBase;
  9.  
  10. #pragma libcall TimerBase AddTime 2a 9802
  11. #pragma libcall TimerBase SubTime 30 9802
  12. #pragma libcall TimerBase CmpTime 36 9802
  13. #pragma libcall TimerBase ReadEClock 3c 801
  14. #pragma libcall TimerBase GetSysTime 42 801
  15.  
  16. #endif  /*  PRAGMAS_TIMER_PRAGMAS_H  */
  17.